projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e94a3d
)
strongswan: add missing charon config files
author
Stijn Tintel
<
[email protected]
>
Mon, 31 Jul 2017 19:23:06 +0000
(21:23 +0200)
committer
Stijn Tintel
<
[email protected]
>
Mon, 7 Aug 2017 18:19:18 +0000
(20:19 +0200)
Signed-off-by: Stijn Tintel <
[email protected]
>
net/strongswan/Makefile
patch
|
blob
|
history
diff --git
a/net/strongswan/Makefile
b/net/strongswan/Makefile
index 920ca4a6d2d01b2b15927c7e186bfa10b09dc178..1ea16a4bfea5ffdd176b17f67967e39ec4dfb43b 100644
(file)
--- a/
net/strongswan/Makefile
+++ b/
net/strongswan/Makefile
@@
-467,6
+467,9
@@
define Package/strongswan-minimal/install
endef
define Package/strongswan-charon/install
+ $(INSTALL_DIR) $(1)/etc/strongswan.d
+ $(CP) $(PKG_INSTALL_DIR)/etc/strongswan.d/charon.conf $(1)/etc/strongswan.d
+ $(CP) $(PKG_INSTALL_DIR)/etc/strongswan.d/charon-logging.conf $(1)/etc/strongswan.d
$(INSTALL_DIR) $(1)/usr/lib/ipsec
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/charon $(1)/usr/lib/ipsec/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libcharon.so.* $(1)/usr/lib/ipsec/